runtime.p.m (field)
18 uses
runtime (current package)
proc.go#L1720: if p.m != 0 {
proc.go#L1721: mp := p.m.ptr()
proc.go#L1722: p.m = 0
proc.go#L4511: pp.m = 0
proc.go#L5826: gp.m.p.ptr().m = 0
proc.go#L5830: pp.m = 0
proc.go#L5869: pp.m.set(mget())
proc.go#L5923: if pp.m != 0 || pp.status != _Pidle {
proc.go#L5928: if pp.m != 0 {
proc.go#L5929: id = pp.m.ptr().id
proc.go#L5931: print("wirep: p->m=", pp.m, "(", id, ") p->status=", pp.status, "\n")
proc.go#L5936: pp.m.set(gp.m)
proc.go#L5958: if pp.m.ptr() != gp.m || pp.status != _Prunning {
proc.go#L5959: print("releasep: m=", gp.m, " m->p=", gp.m.p.ptr(), " p->m=", hex(pp.m), " p->status=", pp.status, "\n")
proc.go#L5963: pp.m = 0
proc.go#L6363: mp := pp.m.ptr()
proc.go#L6406: mp := pp.m.ptr()
runtime2.go#L658: m muintptr // back-link to associated m (nil if idle)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |